Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upNormalize: (iOS 7) disabled input fields are translucent #11655
Comments
This comment has been minimized.
This comment has been minimized.
|
Are you referring to Normalize.css? If so, open an issue with them. |
This comment has been minimized.
This comment has been minimized.
|
I actually was referring to normalize.css. I didn't know that this is an external component. I've created an issue there. |
This comment has been minimized.
This comment has been minimized.
|
X-Ref: necolas/normalize.css#261 |
This comment has been minimized.
This comment has been minimized.
|
Reopening, since the Normalize issue was closed as wontfix, to see if we want to normalize this at the Bootstrap level. |
This comment has been minimized.
This comment has been minimized.
|
Doesn't the addition of |
This comment has been minimized.
This comment has been minimized.
|
Truth, we shouldn't reset the buttons. This whole problem sucks in general, so at least we've got it fixed up for form controls. Buttons shouldn't see much of an issue given my quick testing. |
This comment has been minimized.
This comment has been minimized.
|
I checked that iOS7 Safari now... displays items with Is the change to |
…ls and buttons
This comment has been minimized.
This comment has been minimized.
|
iOS Safari "quirk" now documented in MDN as part of bs-css-hacks: |
…ls and buttons
In Safari on iOS 7, disabled input fields are transparent (opacity: 0.4). imho the bootstrap normalization should bring this in line with the other browsers and normalize this to "opacity: 1.0"